home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / c / cpusped.exe / CPUSPEED.C < prev    next >
C/C++ Source or Header  |  1992-10-30  |  148b  |  13 lines

  1.  
  2.     #include <conio.h>
  3.     #include "cpu.h"
  4.  
  5.  
  6.  
  7.  
  8. void main(void)
  9.     {
  10.     clrscr();
  11.     cprintf("Real CPU speed is %s MHz\n\r",cpuspeed(1,CPU()));
  12.     }
  13.